home *** CD-ROM | disk | FTP | other *** search
- /*
- Globals (declared)
- */
- extern GrafPtr screenport; /* a port for the whole screen */
- extern WindowPtr mywindow; /* our one window */
- extern WindowRecord wrecord; /* storage for window record */
- extern Rect dragrect; /* Rect to drag within */
- extern Rect growrect; /* bounds for the growth of the windows */
-
- extern MenuHandle mymenus[lastmenu + 1];/* our menus */
-
- extern EventRecord myevent;
- extern WindowPtr whichwindow; /* points to window of mouseDown */
- extern int windowcode; /* what mouse was in when event posted */
- extern Boolean userdone; /* true when user wants to exit program */
-